home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00037_prearrow action 2c.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  199 b   |  15 lines

  1. on mouseUp
  2.   puppetSound(2, "click")
  3.   go(the frame + 4)
  4. end
  5.  
  6. on mouseEnter
  7.   sprite(38).visible = 1
  8.   sprite(39).visible = 1
  9. end
  10.  
  11. on mouseLeave
  12.   sprite(38).visible = 0
  13.   sprite(39).visible = 0
  14. end
  15.